home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / RMMCETH / RMMCETHO.ZIP / README < prev    next >
Encoding:
Text File  |  1991-09-05  |  5.1 KB  |  125 lines

  1.  
  2. Installation
  3. ------------
  4. For detailed instructions on how to install the RM Ethernet AT Adapter, refer
  5. to the document "RM Ethernet-16 Card, Installation Supplement", a copy of which
  6. has been supplied. By default, the adaptor is set to use base port address
  7. 0x300, interrupt request level 3, and the cheapernet connector.
  8.  
  9. If a single instance of the RM Ethernet AT MAC driver is required, then the
  10. ADAPTORADDRESS keyword may be omitted from the PROTOCOL.INI file. If more than
  11. one instance of the driver is required, then each section in PROTOCOL.INI must
  12. contain an ADAPTORADDRESS keyword indicating the base port address of the
  13. required adaptor.
  14.  
  15. Note that the first instance of the RM Ethernet AT MAC driver adopts the driver
  16. name RMETH$. Subsequent instances adopt the names RMETH1$ to RMETH3$. The
  17. relevant section in the PROTOCOL.INI file is identified by means of the
  18. parameter to the DRIVERNAME keyword.
  19.  
  20.  
  21. Trouble Shooting
  22. ----------------
  23. The RM Ethernet MAC driver may produce any one of a number of messages at load
  24. time. The possible messages and their meanings are listed below.
  25.  
  26. MAC1001E: Protocol Manager not found
  27.  
  28. The RM Ethernet MAC driver failed to open the device PROTMAN$. Check that the
  29. Protocol Manager has been correctly loaded before the MAC driver.
  30.  
  31. MAC1003E: Initialization Error
  32.  
  33. The RM Ethernet MAC driver failed to register with the Protocol Manager.
  34.  
  35. MAC1004W: PROTOCOL.INI keyword error := <keyword>
  36.  
  37. The RM Ethernet MAC driver has encountered an unrecognized keyword in the
  38. relevant section of the PROTOCOL.INI file. Check that PROTOCOL.INI contains
  39. only keywords which are described in the relevant README.INI file.
  40.  
  41. MAC1005W: PROTOCOL.INI parameter error := <parameter>
  42.  
  43. The RM Ethernet MAC driver has encountered a bad parameter for one of the
  44. keywords in the relevant section of the PROTOCOL.INI file. Check that
  45. PROTOCOL.INI contains only keyword parameters which are described in the
  46. relevant README.INI file.
  47.  
  48. MAC1006W: PROTOCOL.INI DRIVER parameters not found
  49.  
  50. The RM Ethernet MAC driver has failed to locate the relevant section in the
  51. PROTOCOL.INI file. Check that the relevant section is present, and has the
  52. correct DRIVERNAME parameter.
  53.  
  54. In order to conform to NDIS 2.0, the RM Ethernet MAC does not access the
  55. hardware until bind time. If a hardware fault is detected, then the MAC driver
  56. returns a suitable error code to the Protocol Manager, and this will result in
  57. the bind failing with a hardware error message. If this occurs, check that the
  58. adaptor has been correctly installed as described in the relevant README.INI
  59. file. In particular, for the RM Ethernet AT card, check that no conflicts exist
  60. with other adaptors.
  61.  
  62.  
  63. PROTOCOL.INI Parameters
  64. =======================
  65.  
  66. The RM Ethernet AT MAC driver accepts the following keywords
  67. in the PROTOCOL.INI file:
  68.  
  69.  
  70. MAXREQUESTS
  71. -----------
  72. This keyword accepts a single numeric parameter which defines the number of
  73. requests which can be queued by the MAC driver. The possible range of values
  74. for the parameter 1 to 10. A default value of 6 is used if the keyword is
  75. omitted.
  76.  
  77.  
  78. MAXTRANSMITS
  79. ------------
  80. This keyword accepts a single numeric parameter which defines the number of
  81. transmit requests which can be queued by the MAC driver. The possible range of
  82. values for the parameter is 1 to 50. A default value of 6 is used if the
  83. keyword is omitted.
  84.  
  85.  
  86. ADAPTORADDRESS
  87. --------------
  88. This keyword accepts a single numeric parameter which specifies the base port
  89. address of the adaptor. For the AT adaptor, possible values for the parameter
  90. are 0x300, 0x320, 0x340 and 0x360. The base port address for the adaptor is
  91. defined by means of jumpers. Details of setting the base port address are
  92. contained in the attached documentation.
  93.  
  94. If this keyword is omitted, then the driver will attempt to automatically
  95. detect the base port address of the adaptor. The keyword should only be omitted
  96. if only a single instance of the MAC driver is loaded.
  97.  
  98. Note that it is not necessary to specify other hardware parameters such as the
  99. interrupt request level, since these are determined automatically by the MAC
  100. driver.
  101.  
  102. All adaptors are configured to use base port address 0x300 and interrupt
  103. request level 3 by default.
  104.  
  105.  
  106. STATIONADDRESS
  107. --------------
  108. This keyword accepts a single textual parameter which defines the network
  109. address to be used by the MAC driver. This parameter should be a twelve-digit
  110. hexadecimal number. If this keyword is omitted, then the unique network address
  111. which is hard-wired onto the adapter is used.
  112.  
  113.  
  114. DRIVERNAME
  115. ----------
  116. This keyword accepts a single textual parameter which specifies the name of the
  117. MAC driver character device. This parameter is used by the MAC driver to
  118. identify the relevant section in PROTOCOL.INI, and so may not be omitted.
  119.  
  120. It is possible to load more than one instance of the MAC driver. The first
  121. instance will adopt the name RMETH$. Subsequent instances will adopt names
  122. RMETH1$ to RMETH3$. A maximum of four instances may be loaded, and each must
  123. have a unique ADAPTORADDRESS parameter in PROTOCOL.INI.
  124.  
  125.